Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provider/aws: Fix reading auto scaling group availability zones #5044

Merged
merged 4 commits into from
Feb 8, 2016
Merged

provider/aws: Fix reading auto scaling group availability zones #5044

merged 4 commits into from
Feb 8, 2016

Conversation

tpounds
Copy link
Contributor

@tpounds tpounds commented Feb 7, 2016

A similar issue to pull request #4597 that fixes reading an auto scaling group's associated availability zones when only VPC zone identifiers (e.g. subnets) are specified. The availability zone attribute is now computed since AWS will supply the availability zones corresponding to the VPC zone identifiers.

Fixes a diff calculation error when only a VPC zone
identifiers is provided. In this case the associated
availability zones are computed from the subnets per
the AWS documentation.
@stack72
Copy link
Contributor

stack72 commented Feb 8, 2016

Hi @tpounds,

Thanks for the PR. The only issue with it is the removal of the instances being created as part of the test. That should, ideally, be discussed in another issue :)

Paul

@tpounds
Copy link
Contributor Author

tpounds commented Feb 8, 2016

@stack72 Thanks for merging with the test instance removal! I noticed this is true of many of the other auto scaling group acceptance tests as well. I'll look into cleaning this up further in another pull request.

@tpounds
Copy link
Contributor Author

tpounds commented Feb 8, 2016

Oops! I actually missed that this pull request hasn't been merged yet. I'll split out the acceptance test change in a separate pull request.

@stack72
Copy link
Contributor

stack72 commented Feb 8, 2016

Thanks @tpounds - i'll merge when travis goes green :) thanks again!

stack72 added a commit that referenced this pull request Feb 8, 2016
provider/aws: Fix reading auto scaling group availability zones
@stack72 stack72 merged commit 4baa8fa into hashicorp:master Feb 8, 2016
@tpounds tpounds deleted the fix-read-aws-asg-az branch February 12, 2016 18:37
@tpounds tpounds restored the fix-read-aws-asg-az branch February 18, 2016 03:32
@tpounds tpounds deleted the fix-read-aws-asg-az branch July 18, 2018 16:21
@ghost
Copy link

ghost commented Apr 2, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants